home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / ommm_155.zip / OMMM.CFG < prev    next >
Text File  |  1990-11-15  |  4KB  |  117 lines

  1. ; sample config file for oMMM v1.5x
  2. ;
  3.  
  4. ; Matrix address of system. Specify a Zone other then 0 to operate in Zone
  5. ; aware mode (Like the old -Z or ZONE verb).
  6. ; Be sure to include all your addresses, so that oMMM won't try to export
  7. ; a msg that is addressed to you.
  8. ; The first address should be your primary address. It may be overridden
  9. ; on the command line. It must have a zone, the rest of the addresses will
  10. ; use the zone from the primary address, unless specifically declared.
  11.  
  12. ; example to operate in single zone (not zone aware mode):
  13. ;address        0:109/315.0      ; primary address. (-aZ:N/n)
  14.  
  15. ; the following example operates in zone aware mode. Also note that
  16. ; 'shorthand' is used, since the first address has a zone number, the
  17. ; remaining addresses will use the same zone number, until another zone
  18. ; number is expicitly declared. Also note that point numbers may be
  19. ; included, altough oMMM currently doesn't have much support for point
  20. ; addressing yet.
  21.  
  22.   Address 1:114/5.0     ; this is the primary address
  23.   Address 114/0         ; the rest are aka's
  24.   Address 1/215         ; up to 15 addresses may be specified
  25.   Address 114/100
  26.   Address 1079/1
  27.   Address 114/18.1
  28.  
  29. ; oMMM will now re-route messages to point networks. Uncomment the following
  30. ; line and replace the 0 with your point network address.
  31.  
  32. ;Pointnet 0
  33.  
  34. ; Message wouted to 1:114/5.3 would be re-routed to 0/3 with the above Pointnet
  35. ; statement.
  36.  
  37. ; message path is the path to your netmail (matrix) message subdirectory
  38.  
  39. messagepath     F:\work\mail
  40.  
  41. ; holdpath is the path to your outbound message holding area
  42. ; if you plan to use zone support, only specify your primary outbound path
  43.  
  44. holdpath        F:\work\outbound
  45.  
  46. ; prescanpath is the full pathname of your prescan routing file
  47.  
  48. ;prescanpath    c:\mailer\prescan.ctl
  49.  
  50. ; routefile points to where your routing control file is
  51.  
  52. routefile       F:\work\route.ctl
  53.  
  54. ; uncomment no_forward if you don't want ommm to forward messages from
  55. ; other systems
  56.  
  57. ;no_forward            ; Won't forward messages to other systems. (-f)
  58.  
  59. ; the mo? verb is necessary if you will be communicating with version 1.03
  60. ; opera that do their own mail unpacking... they don't recognize the tu?, we?,
  61. ; etc. compressed mail extensions without an attach message
  62.  
  63. ;mo?                    ; oldstyle arcmail names? (-o)
  64.  
  65. ; use gate route if you want ommm to route all your interzone messages
  66. ; through the zone gates.  this isn't necessary if you are using msged, as it
  67. ; does the gate routing for you (unless the message is marked crash).
  68.  
  69. ;gateroute              ; gateroute messages? (-g)
  70.  
  71. ; if you mailer does not require a poll, packet or bundle to accompany a
  72. ; file request (a la Binkley), uncomment naked.
  73.  
  74. ;naked                  ; generate naked requests (-r)
  75.  
  76. ; oMMM will add new packets to any bundles it finds. If you want oMMM to make
  77. ; new bundles of the flavor defined in your routing file, uncomment no_add.
  78. ; NOTE: oMMM now treats each routing verb as if the ADD was part of it. The
  79. ; ADD verbs (ie: ARCADDCM, ONEADDCM, etc...) are not going to be around
  80. ; much longer.
  81.  
  82. ;no_add                 ; do not add to existing bundles (-u)
  83.  
  84. ; To suppress some of the displays, operate in Quiet Mode.
  85.  
  86. ;quiet                  ; operate in quiet mode (-q)
  87.  
  88. ; Normalize the holding area so No-send packets are sent.
  89.  
  90. ;Normal                 ; Normalize the hold area (-n)
  91.  
  92. ; Specify the maximum Archive size.
  93.  
  94. ;maxarc 512K            ; maximum archive in KB (-x)
  95.  
  96. ; Delete bundles after sitting around too long.
  97.  
  98. ;oldbundle 7            ; Kill bundles after so many days (-t)
  99.  
  100. ; define file compressors
  101. ; ARCA is the default if none are specified.
  102. ;
  103.  
  104.   Define_Stuffer  ARCA            arca
  105.   Define_Stuffer  PKARC           pkarc -oct a
  106.   Define_Stuffer  PAK     pak a
  107.   Define_Stuffer  ZOO             zoo -add
  108.   Define_Stuffer  ZIP             pkzip -a
  109.   Define_Stuffer  LHARC           lharc a /m
  110.   Stuffer  LHARC            307/1 7 381/48
  111.   Stuffer  PKARC            114/23
  112.   Stuffer  ZIP              103/501 114/18 30 33 36 45 47 58 115/876 128/40 303/3 307/9 308/30 309/2 3 104/312 300/11 15/13 305/103
  113.   Stuffer  PAK         114/80
  114.   Stuffer  ZOO                   3:123/456
  115. Stuffer ARCA 2:123/4567
  116.  
  117.